home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / turttleo.swf / scripts / DefineSprite_141_z_exps / frame_2 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  148 b   |  9 lines

  1. var i = 0;
  2. while(i < 5)
  3. {
  4.    var temp_name = "bubble" + i;
  5.    this.attachMovie("bubble",temp_name,_root.stars_depth + i);
  6.    i++;
  7. }
  8. stop();
  9.